Inside the bellow class (by adding a set_name() method and use $this):
class Fruit {
  public $name;
}
$apple = new Fruit();

Apple